Bump to 0.19.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 16 Mar 2017 21:03:30 +0000 (14:03 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 16 Mar 2017 21:03:30 +0000 (14:03 -0700)
Cargo.lock
Cargo.toml
src/crates-io/Cargo.toml

index 935da540a63cd8e5b3a13e3d26926188ccec069a..29c96376d578ceb79f790dbc2ec1fd134d4e3f52 100644 (file)
@@ -1,11 +1,11 @@
 [root]
 name = "cargo"
-version = "0.18.0"
+version = "0.19.0"
 dependencies = [
  "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargotest 0.1.0",
- "crates-io 0.7.0",
+ "crates-io 0.8.0",
  "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -82,7 +82,7 @@ name = "cargotest"
 version = "0.1.0"
 dependencies = [
  "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "cargo 0.18.0",
+ "cargo 0.19.0",
  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -115,7 +115,7 @@ dependencies = [
 
 [[package]]
 name = "crates-io"
-version = "0.7.0"
+version = "0.8.0"
 dependencies = [
  "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
index 3d46f440b2d79aa62a62b113cf14a057d39c2f4b..084958904715f06302f69a498d125509bc9d3cc4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.18.0"
+version = "0.19.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
@@ -17,7 +17,7 @@ name = "cargo"
 path = "src/cargo/lib.rs"
 
 [dependencies]
-crates-io = { path = "src/crates-io", version = "0.7" }
+crates-io = { path = "src/crates-io", version = "0.8" }
 crossbeam = "0.2"
 curl = "0.4.6"
 docopt = "0.7"
index 21db0467fe95bef8c2af75ce25dda696af2f98d8..9bc99f34b5e5e25c3062801ba36229430455424e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.7.0"
+version = "0.8.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"